Chapter 4: Collections of Data

As you saw in the last chapter, strings can be thought of as a collection of letters all connected to make something. This chapter we will introduce: lists, tuples, and dictionaries. All of these are ways we can create collections in Python. Objectives Upon completion of this chapter’s exercises, you should be able to: Describe … Continue reading Chapter 4: Collections of Data